home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / gle33b_1.zip / GLE4.ZIP / GC_COLOR.GLE < prev    next >
Text File  |  1990-06-30  |  522b  |  31 lines

  1. size 12 3
  2. amove 1 2.5
  3. set hei .27
  4. set font tt
  5. mm$ = "green"
  6. begin table
  7.   amove .5 .5 
  8.   for c = 0 to 1 step .05
  9.     box .2 2 fill (c) nostroke
  10.     rmove .2 0
  11.   next c 
  12.   amove 2 1 
  13.   box 2 1 fill white nostroke
  14.   rmove -.2  .2
  15.   box 2 1 fill mm$
  16. end table
  17.  
  18. amove 5.8 0
  19. box 5 3
  20. begin origin
  21.   amove .5 .5 
  22.   for c = 0 to 1 step .05
  23.     box .2 2 fill (c) nostroke
  24.     rmove .2 0
  25.   next c 
  26.   amove 2 1 
  27.   box 2 1 fill white nostroke
  28.   rmove -.2  .2
  29.   box 2 1 fill mm$
  30. end origin
  31.